This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Could be global full text memory exceeded ,matches a SPR # JSTN8C52GM > said to be resolved for the Domino 9 server
However you may be affected by a low memory condition:
You would need to collect additional data and a server NSD file.
Recommendations to test
Put following into test and see if make any difference. You can always remove the settings after if make no difference.
The following notes.ini file parameters were introduced to increase full-text search performance and reduce memory consumption, particularly on big databases with many unique numeric fields. This will instruct the full-text Search engine to use direct malloc calls from the operating system
for large allocations instead of requesting memory through the Notes Memory Manager. GTR by default uses a default paging mechanism of malloc(65536). Paging is disabled if the memory request exceeds this. This setting disables the paging whether or not the page size is exceeded or not.
FTG_USE_SYS_MEMORY=1 (if not already set in your notes.ini )
FTG_DISABLE_PAGING=1
These settings help alleviate resource limits but do not eliminate all resource restrictions. The settings are provided to the system administrator in order to improve search results, such as reducing time on high hit result sets, and to help prevent out of memory conditions. The resource consumption is directly related to the following situations:
-- The size of the database with number of documents.
-- The type and characteristics of the query with the number of unique keys.
-- The system resources available at the time (hardware and activity dependent).
Going forward ..if your issue persists enable following debug should help troubleshoot.
NOTES.INI settings active during this test:
DEBUG_INDEXER=2
DEBUG_FTV_INDEX=1
hope this helps !
TomOC.
Feedback response number TOCL9ZYJ5W created by ~Emile Chuhipiburoopsi on 09/02/2015